The creator
, fileType
,
and reserved
fields should be set to zero.
When the file is dropped into a folder of the type
specified in targetFolder
, it will be routed
to the folder specified in
destinationFolder
. Currently, only the
System Folder is supported for the
targetFolder
field, so this field should be
set to the System Folder's FindFolder
ID
('macs'
). Example: if the file should be
routed to the "Preferences" folder, the
destinationFolder
field should contain
'pref'
.
Before the Finder will look for the
'rout'
resource in a file, the routing
information flag in the
ioFlXFndrInfo.fdXFlags
must be turned on.
Developers can access this flag using the
kExtendedFlagHasRoutingInfo
mask defined in
<Finder.h>
.